Html Css Color HEX #AF561A Rich Gold

📋 copy color: '#AF561A'

red 175 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #AF561A

Tints of Rich Gold #AF561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 60.98%
G = 29.97%
B = 9.06%

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

#AF561A (or 0xAF561A) is known color: Rich Gold. HEX triplet: AF, 56 and 1A. RGB value is (175,86,26). Sum of RGB (Red+Green+Blue) = 175+86+26=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF561A is #50A9E5. Grayscale: #6A6A6A. Windows color (decimal): -5286374 or 1726127. OLE color: 1726127.

HSL color Cylindrical-coordinate representation of color #AF561A: hue angle of 24.16º 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 #AF561A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 26 -
CMYK 0 0.51 0.85 0.31
HSL 24.16º 0.74% 0.39% -
HSV(B) 24.16º 0.85% 0.69% -
XYZ 21.19 15.84 2.92 -
YUV 105.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 175 86 26 0 0.51 0.85 0.31 24.16 0.74 0.39
Hex AF 56 1A 0 33 55 1F 18 4A 27
Octal 257 126 32 0 63 125 37 30 112 47
Binary 10101111 1010110 11010 0 110011 1010101 11111 11000 1001010 100111

Color Harmonies of #AF561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF561A

Black with #AF561A

Text Example


Text Example

White with #AF561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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