Html Css Color HEX #AF561E Rich Gold

📋 copy color: '#AF561E'

red 175 ◦ green 86 ◦ blue 30

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

Shades of Rich Gold #AF561E

Tints of Rich Gold #AF561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 60.14%
G = 29.55%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF561E (or 0xAF561E) is known color: Rich Gold. HEX triplet: AF, 56 and 1E. RGB value is (175,86,30). Sum of RGB (Red+Green+Blue) = 175+86+30=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF561E is #50A9E1. Grayscale: #6A6A6A. Windows color (decimal): -5286370 or 1988271. OLE color: 1988271.

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

Color convert

RGB 175 86 30 -
CMYK 0 0.51 0.83 0.31
HSL 23.17º 0.71% 0.4% -
HSV(B) 23.17º 0.83% 0.69% -
XYZ 21.24 15.86 3.17 -
YUV 106.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 175 86 30 0 0.51 0.83 0.31 23.17 0.71 0.4
Hex AF 56 1E 0 33 53 1F 17 47 28
Octal 257 126 36 0 63 123 37 27 107 50
Binary 10101111 1010110 11110 0 110011 1010011 11111 10111 1000111 101000

Color Harmonies of #AF561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF561E

Black with #AF561E

Text Example


Text Example

White with #AF561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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