Html Css Color HEX #A18833 Reef Gold

📋 copy color: '#A18833'

red 161 ◦ green 136 ◦ blue 51

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

Shades of Reef Gold #A18833

Tints of Reef Gold #A18833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 46.26%
G = 39.08%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A18833 (or 0xA18833) is known color: Reef Gold. HEX triplet: A1, 88 and 33. RGB value is (161,136,51). Sum of RGB (Red+Green+Blue) = 161+136+51=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A18833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18833 is #5E77CC. Grayscale: #868686. Windows color (decimal): -6191053 or 3377313. OLE color: 3377313.

HSL color Cylindrical-coordinate representation of color #A18833: hue angle of 46.36º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A18833 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 51 -
CMYK 0 0.16 0.68 0.37
HSL 46.36º 0.52% 0.42% -
HSV(B) 46.36º 0.68% 0.63% -
XYZ 24.1 25.42 6.77 -
YUV 133.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 161 136 51 0 0.16 0.68 0.37 46.36 0.52 0.42
Hex A1 88 33 0 10 44 25 2E 34 2A
Octal 241 210 63 0 20 104 45 56 64 52
Binary 10100001 10001000 110011 0 10000 1000100 100101 101110 110100 101010

Color Harmonies of #A18833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18833

Black with #A18833

Text Example


Text Example

White with #A18833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18833; }

 p { color: rgb(161,136,51); }

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

background-color css

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

 a { background-color: rgb(161,136,51); }

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

border-color css

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

 span { border-color: rgb(161,136,51); }

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