Html Css Color HEX #A39B33 Reef Gold

📋 copy color: '#A39B33'

red 163 ◦ green 155 ◦ blue 51

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

Shades of Reef Gold #A39B33

Tints of Reef Gold #A39B33

RGB

 RED value IS 163 (64.06% from 255) = 44.17%

 GREEN value IS 155 (60.94% from 255) = 42.01%

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

R = 44.17%
G = 42.01%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A39B33 (or 0xA39B33) is known color: Reef Gold. HEX triplet: A3, 9B and 33. RGB value is (163,155,51). Sum of RGB (Red+Green+Blue) = 163+155+51=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B33 is #5C64CC. Grayscale: #919191. Windows color (decimal): -6055117 or 3382179. OLE color: 3382179.

HSL color Cylindrical-coordinate representation of color #A39B33: hue angle of 55.71º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A39B33 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 155 51 -
CMYK 0 0.05 0.69 0.36
HSL 55.71º 0.52% 0.42% -
HSV(B) 55.71º 0.69% 0.64% -
XYZ 27.42 31.47 7.76 -
YUV 145.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 163 155 51 0 0.05 0.69 0.36 55.71 0.52 0.42
Hex A3 9B 33 0 5 45 24 38 34 2A
Octal 243 233 63 0 5 105 44 70 64 52
Binary 10100011 10011011 110011 0 101 1000101 100100 111000 110100 101010

Color Harmonies of #A39B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B33

Black with #A39B33

Text Example


Text Example

White with #A39B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B33; }

 p { color: rgb(163,155,51); }

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

background-color css

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

 a { background-color: rgb(163,155,51); }

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

border-color css

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

 span { border-color: rgb(163,155,51); }

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