Html Css Color HEX #A1852F Reef Gold

📋 copy color: '#A1852F'

red 161 ◦ green 133 ◦ blue 47

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

Shades of Reef Gold #A1852F

Tints of Reef Gold #A1852F

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 47.21%
G = 39%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1852F (or 0xA1852F) is known color: Reef Gold. HEX triplet: A1, 85 and 2F. RGB value is (161,133,47). Sum of RGB (Red+Green+Blue) = 161+133+47=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1852F is #5E7AD0. Grayscale: #838383. Windows color (decimal): -6191825 or 3114401. OLE color: 3114401.

HSL color Cylindrical-coordinate representation of color #A1852F: hue angle of 45.26º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1852F is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 47 -
CMYK 0 0.17 0.71 0.37
HSL 45.26º 0.55% 0.41% -
HSV(B) 45.26º 0.71% 0.63% -
XYZ 23.6 24.56 6.19 -
YUV 131.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 161 133 47 0 0.17 0.71 0.37 45.26 0.55 0.41
Hex A1 85 2F 0 11 47 25 2D 37 29
Octal 241 205 57 0 21 107 45 55 67 51
Binary 10100001 10000101 101111 0 10001 1000111 100101 101101 110111 101001

Color Harmonies of #A1852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1852F

Black with #A1852F

Text Example


Text Example

White with #A1852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1852F; }

 p { color: rgb(161,133,47); }

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

background-color css

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

 a { background-color: rgb(161,133,47); }

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

border-color css

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

 span { border-color: rgb(161,133,47); }

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