Html Css Color HEX #A5670D Golden Brown

📋 copy color: '#A5670D'

red 165 ◦ green 103 ◦ blue 13

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

Shades of Golden Brown #A5670D

Tints of Golden Brown #A5670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 58.72%
G = 36.65%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5670D (or 0xA5670D) is known color: Golden Brown. HEX triplet: A5, 67 and 0D. RGB value is (165,103,13). Sum of RGB (Red+Green+Blue) = 165+103+13=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5670D is #5A98F2. Grayscale: #6F6F6F. Windows color (decimal): -5937395 or 878501. OLE color: 878501.

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

Color convert

RGB 165 103 13 -
CMYK 0 0.38 0.92 0.35
HSL 35.53º 0.85% 0.35% -
HSV(B) 35.53º 0.92% 0.65% -
XYZ 20.44 17.73 2.73 -
YUV 111.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 165 103 13 0 0.38 0.92 0.35 35.53 0.85 0.35
Hex A5 67 D 0 26 5C 23 24 55 23
Octal 245 147 15 0 46 134 43 44 125 43
Binary 10100101 1100111 1101 0 100110 1011100 100011 100100 1010101 100011

Color Harmonies of #A5670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5670D

Black with #A5670D

Text Example


Text Example

White with #A5670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5670D; }

 p { color: rgb(165,103,13); }

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

background-color css

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

 a { background-color: rgb(165,103,13); }

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

border-color css

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

 span { border-color: rgb(165,103,13); }

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