Html Css Color HEX #A65F1D Golden Brown

📋 copy color: '#A65F1D'

red 166 ◦ green 95 ◦ blue 29

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

Shades of Golden Brown #A65F1D

Tints of Golden Brown #A65F1D

RGB

 RED value IS 166 (65.23% from 255) = 57.24%

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 29 (11.72% from 255) = 10%

R = 57.24%
G = 32.76%
B = 10%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A65F1D (or 0xA65F1D) is known color: Golden Brown. HEX triplet: A6, 5F and 1D. RGB value is (166,95,29). Sum of RGB (Red+Green+Blue) = 166+95+29=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F1D is #59A0E2. Grayscale: #6D6D6D. Windows color (decimal): -5873891 or 1925030. OLE color: 1925030.

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

Color convert

RGB 166 95 29 -
CMYK 0 0.43 0.83 0.35
HSL 28.91º 0.7% 0.38% -
HSV(B) 28.91º 0.83% 0.65% -
XYZ 20.04 16.38 3.27 -
YUV 108.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 166 95 29 0 0.43 0.83 0.35 28.91 0.7 0.38
Hex A6 5F 1D 0 2B 53 23 1D 46 26
Octal 246 137 35 0 53 123 43 35 106 46
Binary 10100110 1011111 11101 0 101011 1010011 100011 11101 1000110 100110

Color Harmonies of #A65F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F1D

Black with #A65F1D

Text Example


Text Example

White with #A65F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F1D; }

 p { color: rgb(166,95,29); }

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

background-color css

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

 a { background-color: rgb(166,95,29); }

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

border-color css

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

 span { border-color: rgb(166,95,29); }

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