Html Css Color HEX #AF5C1B Rich Gold

📋 copy color: '#AF5C1B'

red 175 ◦ green 92 ◦ blue 27

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

Shades of Rich Gold #AF5C1B

Tints of Rich Gold #AF5C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.29%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 59.52%
G = 31.29%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF5C1B (or 0xAF5C1B) is known color: Rich Gold. HEX triplet: AF, 5C and 1B. RGB value is (175,92,27). Sum of RGB (Red+Green+Blue) = 175+92+27=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C1B is #50A3E4. Grayscale: #6D6D6D. Windows color (decimal): -5284837 or 1793199. OLE color: 1793199.

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

Color convert

RGB 175 92 27 -
CMYK 0 0.47 0.85 0.31
HSL 26.35º 0.73% 0.4% -
HSV(B) 26.35º 0.85% 0.69% -
XYZ 21.7 16.85 3.14 -
YUV 109.41 81.5 174.79 -
System Red Green Blue C M Y K H S L
Decimal 175 92 27 0 0.47 0.85 0.31 26.35 0.73 0.4
Hex AF 5C 1B 0 2F 55 1F 1A 49 28
Octal 257 134 33 0 57 125 37 32 111 50
Binary 10101111 1011100 11011 0 101111 1010101 11111 11010 1001001 101000

Color Harmonies of #AF5C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C1B

Black with #AF5C1B

Text Example


Text Example

White with #AF5C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C1B; }

 p { color: rgb(175,92,27); }

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

background-color css

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

 a { background-color: rgb(175,92,27); }

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

border-color css

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

 span { border-color: rgb(175,92,27); }

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