Html Css Color HEX #AF551A Rich Gold

📋 copy color: '#AF551A'

red 175 ◦ green 85 ◦ blue 26

#AF551A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #AF551A

Tints of Rich Gold #AF551A

RGB

 RED value IS 175 (68.75% from 255) = 61.19%

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 61.19%
G = 29.72%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF551A (or 0xAF551A) is known color: Rich Gold. HEX triplet: AF, 55 and 1A. RGB value is (175,85,26). Sum of RGB (Red+Green+Blue) = 175+85+26=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF551A is #50AAE5. Grayscale: #696969. Windows color (decimal): -5286630 or 1725871. OLE color: 1725871.

HSL color Cylindrical-coordinate representation of color #AF551A: hue angle of 23.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF551A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 26 -
CMYK 0 0.51 0.85 0.31
HSL 23.76º 0.74% 0.39% -
HSV(B) 23.76º 0.85% 0.69% -
XYZ 21.11 15.69 2.89 -
YUV 105.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 175 85 26 0 0.51 0.85 0.31 23.76 0.74 0.39
Hex AF 55 1A 0 33 55 1F 18 4A 27
Octal 257 125 32 0 63 125 37 30 112 47
Binary 10101111 1010101 11010 0 110011 1010101 11111 11000 1001010 100111

Color Harmonies of #AF551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF551A

Black with #AF551A

Text Example


Text Example

White with #AF551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF551A; }

 p { color: rgb(175,85,26); }

 H1.HeaderClassName
 {
   color: #AF551A;
 }
 .AnyTagClassName
 {
   color: #AF551A;
 }
</style>

background-color css

<style>
 a { background-color: #AF551A; }

 a { background-color: rgb(175,85,26); }

 div.DivClassName
 {
   background-color: #AF551A;
 }
 .BgClassName
 {
   background-color: #AF551A;
 }
</style>

border-color css

<style>
 span { border-color: #AF551A; }

 span { border-color: rgb(175,85,26); }

 td.TdClassName
 {
   border-color: #AF551A;
 }
 .TagClassName
 {
   border-color: #AF551A;
 }
</style>