Html Css Color HEX #A25F1D Golden Brown

📋 copy color: '#A25F1D'

red 162 ◦ green 95 ◦ blue 29

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

Shades of Golden Brown #A25F1D

Tints of Golden Brown #A25F1D

RGB

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

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

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

R = 56.64%
G = 33.22%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A25F1D (or 0xA25F1D) is known color: Golden Brown. HEX triplet: A2, 5F and 1D. RGB value is (162,95,29). Sum of RGB (Red+Green+Blue) = 162+95+29=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F1D is #5DA0E2. Grayscale: #6B6B6B. Windows color (decimal): -6136035 or 1925026. OLE color: 1925026.

HSL color Cylindrical-coordinate representation of color #A25F1D: hue angle of 29.77º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A25F1D is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 95 29 -
CMYK 0 0.41 0.82 0.36
HSL 29.77º 0.7% 0.37% -
HSV(B) 29.77º 0.82% 0.64% -
XYZ 19.21 15.95 3.23 -
YUV 107.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 162 95 29 0 0.41 0.82 0.36 29.77 0.7 0.37
Hex A2 5F 1D 0 29 52 24 1E 46 25
Octal 242 137 35 0 51 122 44 36 106 45
Binary 10100010 1011111 11101 0 101001 1010010 100100 11110 1000110 100101

Color Harmonies of #A25F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F1D

Black with #A25F1D

Text Example


Text Example

White with #A25F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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