Html Css Color HEX #A2671F Golden Brown

📋 copy color: '#A2671F'

red 162 ◦ green 103 ◦ blue 31

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

Shades of Golden Brown #A2671F

Tints of Golden Brown #A2671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 54.73%
G = 34.8%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2671F (or 0xA2671F) is known color: Golden Brown. HEX triplet: A2, 67 and 1F. RGB value is (162,103,31). Sum of RGB (Red+Green+Blue) = 162+103+31=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2671F is #5D98E0. Grayscale: #707070. Windows color (decimal): -6133985 or 2058146. OLE color: 2058146.

HSL color Cylindrical-coordinate representation of color #A2671F: hue angle of 32.98º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2671F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 103 31 -
CMYK 0 0.36 0.81 0.36
HSL 32.98º 0.68% 0.38% -
HSV(B) 32.98º 0.81% 0.64% -
XYZ 20 17.48 3.62 -
YUV 112.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 162 103 31 0 0.36 0.81 0.36 32.98 0.68 0.38
Hex A2 67 1F 0 24 51 24 21 44 26
Octal 242 147 37 0 44 121 44 41 104 46
Binary 10100010 1100111 11111 0 100100 1010001 100100 100001 1000100 100110

Color Harmonies of #A2671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2671F

Black with #A2671F

Text Example


Text Example

White with #A2671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2671F; }

 p { color: rgb(162,103,31); }

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

background-color css

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

 a { background-color: rgb(162,103,31); }

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

border-color css

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

 span { border-color: rgb(162,103,31); }

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