Html Css Color HEX #A5690C Golden Brown

📋 copy color: '#A5690C'

red 165 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #A5690C

Tints of Golden Brown #A5690C

RGB

 RED value IS 165 (64.84% from 255) = 58.51%

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 58.51%
G = 37.23%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5690C (or 0xA5690C) is known color: Golden Brown. HEX triplet: A5, 69 and 0C. RGB value is (165,105,12). Sum of RGB (Red+Green+Blue) = 165+105+12=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5690C is #5A96F3. Grayscale: #707070. Windows color (decimal): -5936884 or 813477. OLE color: 813477.

HSL color Cylindrical-coordinate representation of color #A5690C: hue angle of 36.47º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5690C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 12 -
CMYK 0 0.36 0.93 0.35
HSL 36.47º 0.86% 0.35% -
HSV(B) 36.47º 0.93% 0.65% -
XYZ 20.63 18.13 2.76 -
YUV 112.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 165 105 12 0 0.36 0.93 0.35 36.47 0.86 0.35
Hex A5 69 C 0 24 5D 23 24 56 23
Octal 245 151 14 0 44 135 43 44 126 43
Binary 10100101 1101001 1100 0 100100 1011101 100011 100100 1010110 100011

Color Harmonies of #A5690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5690C

Black with #A5690C

Text Example


Text Example

White with #A5690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5690C; }

 p { color: rgb(165,105,12); }

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

background-color css

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

 a { background-color: rgb(165,105,12); }

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

border-color css

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

 span { border-color: rgb(165,105,12); }

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