Html Css Color HEX #AF7E1B Hacienda

📋 copy color: '#AF7E1B'

red 175 ◦ green 126 ◦ blue 27

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

Shades of Hacienda #AF7E1B

Tints of Hacienda #AF7E1B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.41%

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

R = 53.35%
G = 38.41%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF7E1B (or 0xAF7E1B) is known color: Hacienda. HEX triplet: AF, 7E and 1B. RGB value is (175,126,27). Sum of RGB (Red+Green+Blue) = 175+126+27=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E1B is #5081E4. Grayscale: #818181. Windows color (decimal): -5276133 or 1801903. OLE color: 1801903.

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

Color convert

RGB 175 126 27 -
CMYK 0 0.28 0.85 0.31
HSL 40.14º 0.73% 0.4% -
HSV(B) 40.14º 0.85% 0.69% -
XYZ 25.34 24.11 4.36 -
YUV 129.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 175 126 27 0 0.28 0.85 0.31 40.14 0.73 0.4
Hex AF 7E 1B 0 1C 55 1F 28 49 28
Octal 257 176 33 0 34 125 37 50 111 50
Binary 10101111 1111110 11011 0 11100 1010101 11111 101000 1001001 101000

Color Harmonies of #AF7E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E1B

Black with #AF7E1B

Text Example


Text Example

White with #AF7E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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