Html Css Color HEX #A27507 Golden Brown

📋 copy color: '#A27507'

red 162 ◦ green 117 ◦ blue 7

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

Shades of Golden Brown #A27507

Tints of Golden Brown #A27507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 56.64%
G = 40.91%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A27507 (or 0xA27507) is known color: Golden Brown. HEX triplet: A2, 75 and 07. RGB value is (162,117,7). Sum of RGB (Red+Green+Blue) = 162+117+7=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A27507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27507 is #5D8AF8. Grayscale: #767676. Windows color (decimal): -6130425 or 488866. OLE color: 488866.

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

Color convert

RGB 162 117 7 -
CMYK 0 0.28 0.96 0.36
HSL 42.58º 0.92% 0.33% -
HSV(B) 42.58º 0.96% 0.64% -
XYZ 21.3 20.42 3.02 -
YUV 117.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 162 117 7 0 0.28 0.96 0.36 42.58 0.92 0.33
Hex A2 75 7 0 1C 60 24 2B 5C 21
Octal 242 165 7 0 34 140 44 53 134 41
Binary 10100010 1110101 111 0 11100 1100000 100100 101011 1011100 100001

Color Harmonies of #A27507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27507

Black with #A27507

Text Example


Text Example

White with #A27507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27507; }

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

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

background-color css

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

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

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

border-color css

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

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

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