Html Css Color HEX #A2530E Golden Brown

📋 copy color: '#A2530E'

red 162 ◦ green 83 ◦ blue 14

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

Shades of Golden Brown #A2530E

Tints of Golden Brown #A2530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 62.55%
G = 32.05%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2530E (or 0xA2530E) is known color: Golden Brown. HEX triplet: A2, 53 and 0E. RGB value is (162,83,14). Sum of RGB (Red+Green+Blue) = 162+83+14=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2530E is #5DACF1. Grayscale: #636363. Windows color (decimal): -6139122 or 938914. OLE color: 938914.

HSL color Cylindrical-coordinate representation of color #A2530E: hue angle of 27.97º 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 #A2530E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 14 -
CMYK 0 0.49 0.91 0.36
HSL 27.97º 0.84% 0.35% -
HSV(B) 27.97º 0.91% 0.64% -
XYZ 18.07 13.9 2.15 -
YUV 98.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 162 83 14 0 0.49 0.91 0.36 27.97 0.84 0.35
Hex A2 53 E 0 31 5B 24 1C 54 23
Octal 242 123 16 0 61 133 44 34 124 43
Binary 10100010 1010011 1110 0 110001 1011011 100100 11100 1010100 100011

Color Harmonies of #A2530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2530E

Black with #A2530E

Text Example


Text Example

White with #A2530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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