Html Css Color HEX #A27508 Golden Brown

📋 copy color: '#A27508'

red 162 ◦ green 117 ◦ blue 8

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

Shades of Golden Brown #A27508

Tints of Golden Brown #A27508

RGB

 RED value IS 162 (63.67% from 255) = 56.45%

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 56.45%
G = 40.77%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A27508 (or 0xA27508) is known color: Golden Brown. HEX triplet: A2, 75 and 08. RGB value is (162,117,8). Sum of RGB (Red+Green+Blue) = 162+117+8=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A27508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27508 is #5D8AF7. Grayscale: #767676. Windows color (decimal): -6130424 or 554402. OLE color: 554402.

HSL color Cylindrical-coordinate representation of color #A27508: hue angle of 42.47º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A27508 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 8 -
CMYK 0 0.28 0.95 0.36
HSL 42.47º 0.91% 0.33% -
HSV(B) 42.47º 0.95% 0.64% -
XYZ 21.31 20.42 3.05 -
YUV 118.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 162 117 8 0 0.28 0.95 0.36 42.47 0.91 0.33
Hex A2 75 8 0 1C 5F 24 2A 5B 21
Octal 242 165 10 0 34 137 44 52 133 41
Binary 10100010 1110101 1000 0 11100 1011111 100100 101010 1011011 100001

Color Harmonies of #A27508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27508

Black with #A27508

Text Example


Text Example

White with #A27508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27508; }

 p { color: rgb(162,117,8); }

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

background-color css

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

 a { background-color: rgb(162,117,8); }

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

border-color css

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

 span { border-color: rgb(162,117,8); }

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