Html Css Color HEX #AF4C1B Rich Gold

📋 copy color: '#AF4C1B'

red 175 ◦ green 76 ◦ blue 27

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

Shades of Rich Gold #AF4C1B

Tints of Rich Gold #AF4C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 62.95%
G = 27.34%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF4C1B (or 0xAF4C1B) is known color: Rich Gold. HEX triplet: AF, 4C and 1B. RGB value is (175,76,27). Sum of RGB (Red+Green+Blue) = 175+76+27=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C1B is #50B3E4. Grayscale: #646464. Windows color (decimal): -5288933 or 1789103. OLE color: 1789103.

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

Color convert

RGB 175 76 27 -
CMYK 0 0.57 0.85 0.31
HSL 19.86º 0.73% 0.4% -
HSV(B) 19.86º 0.85% 0.69% -
XYZ 20.46 14.36 2.73 -
YUV 100.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 175 76 27 0 0.57 0.85 0.31 19.86 0.73 0.4
Hex AF 4C 1B 0 39 55 1F 14 49 28
Octal 257 114 33 0 71 125 37 24 111 50
Binary 10101111 1001100 11011 0 111001 1010101 11111 10100 1001001 101000

Color Harmonies of #AF4C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C1B

Black with #AF4C1B

Text Example


Text Example

White with #AF4C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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