Html Css Color HEX #A25C0E Golden Brown

📋 copy color: '#A25C0E'

red 162 ◦ green 92 ◦ blue 14

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

Shades of Golden Brown #A25C0E

Tints of Golden Brown #A25C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.33%

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 60.45%
G = 34.33%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A25C0E (or 0xA25C0E) is known color: Golden Brown. HEX triplet: A2, 5C and 0E. RGB value is (162,92,14). Sum of RGB (Red+Green+Blue) = 162+92+14=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C0E is #5DA3F1. Grayscale: #686868. Windows color (decimal): -6136818 or 941218. OLE color: 941218.

HSL color Cylindrical-coordinate representation of color #A25C0E: hue angle of 31.62º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A25C0E is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 92 14 -
CMYK 0 0.43 0.91 0.36
HSL 31.62º 0.84% 0.35% -
HSV(B) 31.62º 0.91% 0.64% -
XYZ 18.81 15.37 2.39 -
YUV 104.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 162 92 14 0 0.43 0.91 0.36 31.62 0.84 0.35
Hex A2 5C E 0 2B 5B 24 20 54 23
Octal 242 134 16 0 53 133 44 40 124 43
Binary 10100010 1011100 1110 0 101011 1011011 100100 100000 1010100 100011

Color Harmonies of #A25C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C0E

Black with #A25C0E

Text Example


Text Example

White with #A25C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C0E; }

 p { color: rgb(162,92,14); }

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

background-color css

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

 a { background-color: rgb(162,92,14); }

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

border-color css

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

 span { border-color: rgb(162,92,14); }

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